You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > CopyToArray Method > VectorInt.CopyToArray Method (double[], [In] int, [In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.CopyToArray Method (double[], [In] int, [In] int, [In] int)

Copy values from the calling object [Index]..[Index+len-1] to the Dst array at positions [DstIndex]...[DstIndex+Len-1].

Syntax
C#
Visual Basic
public TMtxVecInt CopyToArray(ref double[] Dst, [In] int DstIndex, [In] int Index, [In] int Len);

The size of the Dst array is not changed.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!